link assembly meaning in Chinese
连杆组件
Examples
- Commonly linked assemblies are listed in the
通常链接的程序集在 - Asp . net automatically links assemblies to a resource when compiling each code module
Asp . net在编译每个代码模块时,自动将程序集链接到资源。 - Directive , you can use the web . config file to link assemblies across an entire application
指令的替代方法,可以使用web . config文件在整个应用程序中链接程序集。 - Is not defined , the type must exist in one of the currently linked assemblies , such as app bin or app code
,则此类型必须存在于当前链接的某个程序集(如app _ bin或app _ code )中。 - For example , if you have input assemblies a , b , c , d , and e , you can link assemblies a , b , and c and name the result f . at the same time , you can also link d and e and name the result g . the only rule is that you can t link the same input assembly into multiple output assemblies
例如,如果您有输入程序集a 、 b 、 c 、 d和e ,可以将程序集a 、 b和c链接起来并将结果命名为f 。同时,您还可以将d和e进行链接并将结果命名为g 。唯一的限制是不能将同一个输入程序集链接到多个输出程序集。